type net.timeoutError

5 uses

	net (current package)
		net.go#L587: var errTimeout error = &timeoutError{}
		net.go#L589: type timeoutError struct{}
		net.go#L591: func (e *timeoutError) Error() string   { return "i/o timeout" }
		net.go#L592: func (e *timeoutError) Timeout() bool   { return true }
		net.go#L593: func (e *timeoutError) Temporary() bool { return true }